home *** CD-ROM | disk | FTP | other *** search
- on mouseWithin
- cursor(280)
- member("Support").foreColor = 70
- put "Click to go to this product's support page. You need an Internet connection to do this!" into member "InfoField"
- end
-
- on mouseLeave
- cursor(0)
- member("Support").foreColor = 255
- put EMPTY into member "InfoField"
- end
-
- on mouseDown
- gotoNetPage("http://www.blueline-studios.com")
- end
-